home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
11
/
0
/
DISK1105.ZIP
/
HELP
/
#MENU7.2
< prev
next >
Wrap
Text File
|
1988-06-01
|
4KB
|
92 lines
╔══════════════════════════════════════════════════════════════╗
║ ║
║ R E P O R T/ D I S P L A Y ║
║ ║
╚══════════════════════════════════════════════════════════════╝
REPORT is a program which supports a specially tailored
fill-in-the-blank (template technique) reporting writing.
It is specially suited for this system where data
information is not organized or structured into a
hierarchial network. REPORT will tie together all data
which are separately stored in records in the solution
database.
The basic idea is to create, using the standard available
personal editor, a report page or pages. The report page
will have the titles, narratives, column/row headings and
other information as needed. The variable data fields which
are to be supplied by REPORT will be identified with field
identifiers. These field identifiers will identify the data
to be retrieved from the database.
...more information on next view
Data values are displayed using field replacement. Fields
are identified by:
══════════════════════════════════════════════════════════════
|dataname=datatype.modifiers|
══════════════════════════════════════════════════════════════
In summary, all field identifiers will be replaced by its
corresponding values plus the required editing before the
page is presented as a report. This report page is called a
report template. The system supports up to 99 report
templates per plan.
BEST-PLAN supports up to 99 report templates per PLAN. For
convenience, it is better to create multiple templates of
one-screen size (23-lines) rather than one long template.
Here the template number will act as the page number and
faciliate random access capability by page.
...more information on next view
═════════════ SAMPLE: COST SUMMARY REPORT ════════════════
df=vl.e34
d2=t$.e80
d3=t4/3.0
A.B.C. Chemical COMPANY today's date: |today |
cost summary report PLAN:|plan| scenario:|sn|
demostration: lubricating oil plant optimization
scenario: |title |
cost(minimized): |optimal=t$.e42 | infeasibility: |inf=t$.e34|
analysis date: |sndate| count: |inf=vl|
time: |sntime|
plant #1 cost summary oil costs op. costs total cost
d10 & d30 |#100@10.t1| mbl |#100@10.d2.t2 | |#11@10.d2.t3| |fn=(f2+f3).d2.t4|
d30 & d60 |#100@11.t1| mbl |#100@11.d2.t2 | |#11@11.d2.t3| |fn=(f2+f3).d2.t4|
d10 & d60 |#100@12.t1| mbl |#100@12.d2.t2 | |#11@12.d2.t3| |fn=(f2+f3).d2.t4|
---------------------------------------------------------------------------
totals |t1 | mbl |t2 | |t3 | |t4 |
plant #2 cost summary plt #1 cost plt #2 op. cost total cost
m10 product |#510.t6 | mbl |fn=d3.d2.t7 | |#21@20.d2.t8| |fn=(f2+f3).d2.t9|
m30 product |#530.t6 | mbl |fn=d3.d2.t7 | |#21@21.d2.t8| |fn=(f2+f3).d2.t9|
m60 product |#560.t6 | mbl |fn=d3.d2.t7 | |#21@22.d2.t8| |fn=(f2+f3).d2.t9|
---------------------------------------------------------------------------
totals |t6 | mbl |t7 | |t8 | |t9 |
---------------------------------------------------------------------------
total operating costs (plant #1 & #2) |t9 |
products volume overall costs/mbbls
m10 product |#710.t10.e32 | |#510=i$.e80 |
m30 product |#730.t10.e32 | |#530=i$.e80 |
m60 product |#760.t10.e32 | |#560=i$.e80 |
...try other screens